home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000138.txt < prev    next >
Text File  |  2013-04-03  |  4KB  |  143 lines

  1. /*
  2.  * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
  3.  * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions
  7.  * are met:
  8.  *
  9.  * 1.  Redistributions of source code must retain the above copyright
  10.  *     notice, this list of conditions and the following disclaimer.
  11.  * 2.  Redistributions in binary form must reproduce the above copyright
  12.  *     notice, this list of conditions and the following disclaimer in the
  13.  *     documentation and/or other materials provided with the distribution.
  14.  * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
  15.  *     its contributors may be used to endorse or promote products derived
  16.  *     from this software without specific prior written permission.
  17.  *
  18.  * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
  19.  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21.  * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  22.  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  23.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  24.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  25.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  27.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28.  */
  29.  
  30. .navigator-domain-tree-item .icon {
  31.     content: url(Images/domain.png);
  32. }
  33.  
  34. .navigator-folder-tree-item .icon {
  35.     opacity: 0.7;
  36.     content: url(Images/frame.png);
  37. }
  38.  
  39. .navigator-script-tree-item .icon {
  40.     content: url(Images/resourceJSIcon.png);
  41. }
  42.  
  43. .navigator-stylesheet-tree-item .icon {
  44.     content: url(Images/resourceCSSIcon.png);
  45. }
  46.  
  47. .navigator-document-tree-item .icon {
  48.     content: url(Images/resourceDocumentIcon.png);
  49. }
  50.  
  51. .navigator li {
  52.     height: 17px;
  53.     white-space: nowrap;
  54. }
  55.  
  56. .navigator :focus li.selected {
  57.     color: white;
  58. }
  59.  
  60. .navigator li.selected .selection {
  61.     height: 17px;
  62.     background-color: rgb(180, 180, 180);
  63. }
  64.  
  65. .navigator :focus li.selected .selection {
  66.     background-color: rgb(111, 140, 210);
  67. }
  68.  
  69. .navigator .search-match-found li.selected .selection {
  70.     background-color: rgb(111, 140, 210);
  71. }
  72.  
  73. .navigator .search-match-not-found li.selected .selection {
  74.     border-color: rgb(111, 140, 210);
  75.     background-color: white;
  76. }
  77.  
  78. .navigator .searching li.selected .selection {
  79.     background-color: rgb(111, 140, 210);
  80. }
  81.  
  82. .navigator .icon {
  83.     width: 16px;
  84.     height: 16px;
  85.     float: left;
  86. }
  87.  
  88. .navigator .base-navigator-tree-element-title {
  89.     overflow: hidden;
  90.     text-overflow: ellipsis;
  91.     position: relative;
  92.     padding-left: 2px;
  93.     top: 1px;
  94. }
  95.  
  96. .navigator .base-navigator-tree-element-title.editing {
  97.     margin: auto;
  98. }
  99.  
  100. .navigator-tree-search-box {
  101.     display: none;
  102.     position: absolute;
  103.     top: 0;
  104.     right: 0;
  105.     height: 26px;
  106.     width: 100px;
  107.     z-index: 1;
  108.     padding: 1px;
  109.     background-color: rgb(111, 140, 210);
  110.     border: 2px solid lightgray;
  111. }
  112.  
  113. .navigator-tree-search-box.visible {
  114.     display: block;
  115. }
  116.  
  117. .navigator-tree-search-box > input {
  118.     width: 100%;
  119.     height: 100%;
  120. }
  121.  
  122. .navigator-tabbed-pane .tabbed-pane-content {
  123.     overflow: hidden;
  124. }
  125.  
  126. .navigator-tabbed-pane .navigator-container {
  127.     overflow-y: auto;
  128.     overflow-x: hidden;
  129. }
  130.  
  131. .navigator-tabbed-pane .navigator {
  132.     padding-left: 0;
  133. }
  134.  
  135. .navigator-tabbed-pane .tabbed-pane-header {
  136.     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#E5E5E5));
  137. }
  138.  
  139. .navigator-tabbed-pane .tabbed-pane-header-contents {
  140.     margin-left: 2px;
  141.     margin-right: 28px;
  142. }
  143.